home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / dfÜ / tc / rexx / start.mrx < prev    next >
Encoding:
Text File  |  1996-01-07  |  157 b   |  13 lines

  1. /*
  2. **
  3. **  use this to start counting
  4. **
  5. */
  6. options results
  7. IF (SHOW('P',TIMECONNECT.1) ~=0) then
  8. DO
  9.   address 'TIMECONNECT.1'
  10.   'start'
  11.   'iconify TRUE'
  12. END
  13.